Write the pseudocode for the selection structure (if–else) for the following scenario and display relevant messages which indicate the outcome of the selection structure:   The selection structure will determine if a person qualifies for a SASSA pension grant or not.The criteria listed below is not the official list of government requirements. A message must be displayed indicating if a person qualifies for the SASSA pension or not.   The person must: be a South African citizen  live in South Africa  be 60 years or older Use the following variables in the selection structure. Only write the selection structure. You do not need to declare or input values into the variables for this question.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.4: A Case Study: Rectangular To Polar Coordinate Conversion
Problem 7E: (Simulation) Write a program to simulate the roll of two dice. If the total of the two dice is 7 or...
icon
Related questions
Question
100%
Write the pseudocode for the selection structure (if–else) for the following scenario and display relevant messages which indicate the outcome of the selection structure:
 
The selection structure will determine if a person qualifies for a SASSA pension grant or not.The criteria listed below is not the official list of government requirements. A message must be displayed indicating if a person qualifies for the SASSA pension or not.
 
The person must:
  • be a South African citizen 
  • live in South Africa 
  • be 60 years or older

Use the following variables in the selection structure. Only write the selection structure. You do not need to declare or input values into the variables for this question.

  • Citizenship–willbeeither“yes”or“no”
  • Residence–willbeeither“yes”or“no”
  • Age–willbetheperson’sage(e.g.,67)
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Mathematical functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr