Fundamentals of Computing I need to code C programming C introduction , Selection Structures , Lo...
Fundamentals of Computing
I need to code C programming
C introduction , Selection Structures , Loop , While Loop, Flow Chart.
Without flowchart, just the code I want.
#include
int main(){
Task 2 The financial system must be user friendly, which allows the user to choose the option for the required operation from a menu list, this menu list must contain the following options, and as shown in the sample figure 1: • Login • Register New User Rate Us . Exit Welcome to our HTU Banking Application *******Main Menu**** 1- Login to your account 2. Register new account in the Bank 3- Rate Us 4 - Exit Enter your choice Figure 1
Use a function to print out this menu, and this function should return the selected choice. Be aware that if the user input invalid choice you should warn him, and the menu should be shown again as showing in Figure 2 Welcome to our HTU Banking Application *****Matn Menu 1 - Login to your account 2. Register new account in the Bank 3- Rate Us 4. Exit Enter your choice **you enter wrong chotce ... please enter a valid chotce*** Welcome to our HTU Banking Application ********Matn Menu****** 1. Login to your account 2. Register new account in the Bank 3. Rate Us 4. Exit Enter your choice Figure 2
Solved
Programming in C,C++
1 Answer
Ria Nagpal
Login to view answer.