Problem
Assume that a student does not have a job and her/his only sources of income are a scholarship of a fixed amount per month and her/his savings. (S)he has to pay the tuition fee, the rent and extra expenses. Write a program that displays whether the student's income will be enough to cover the spending during a year.
Input for initial data as a scholarship, tuition fee, the rent and extra expenses data is provided via keyboard after corresponding prompt. After required calculations the result in the form of the logical statement (enough or not enough) should be printed on the screen.
If result is negative, the user could be prompted to request additional information about how much should be added each month to get a balanced budget.