Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I Need Help Doing These Two Assignments the First Assignment is The First Two Pictures Qne Second Assignment Is The Last Two Pictures. Also I
I Need Help Doing These Two Assignments the First Assignment is The First Two Pictures Qne Second Assignment Is The Last Two Pictures. Also I Need The Psudeocode Written In The Header The Psudeocode can be level 0 or a mixture of level 0 and algorithm do not number steps and do not write Sentences for both of the assignments also needs comments throughout coding. PLEASEEE
Due: September 3, 2018 at 11:55pm (Class Name: FinancialAssistance) Write a program for the following problem statement A non-governmental organization needs a program to calculate the amount of financial assistance for needy families The formula is as follows . If the annual household income is between $30,000 and $40,000 and the household has at least three children, the amount is $1,000 per child If the annual household income is between S20 and S30 and the household has at least two children, the amount is S 1.50 per child . If the annual household income is less than $20,000, the amount is $2,000 per child Implement a method to return the amount for this computation (financial assistance) Read the household income and number of children for each applicar Write the household income, number of children, and computed amounts to a file named assistance.bd Remember your header and for weekly assignments, you will need to mclude pseudocode in your header The pseudocode can be level 0 or a mixture of le sentences Signal words Prompt, Calculate, Display, Store (for arrays), Read (for files), fiOtherwise, Repeat income.tt Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started