ITC Lab 08
ITC Lab 08
Lab 08
Topic Flowgorithm
Flowgorithm
Objective
Functions
Designing a Function
Go to function manager:
Click on ok
Click on Done
Check the
function menu
Parameters of a function:
Edit the add() function:
Go to function manager, select the function and click on the edit button
Click on add button to add parameters:
Sample Input/Output:
Enter a number: 4 [Press Enter]
4 is not a prime number
Sample Input/Output:
Welcome to the Bank System
1. Check Balance
2. Deposit Money
3. Withdraw Money
Enter your choice: 2 [Press Enter]
Enter amount to deposit: 500 [Press Enter]
Your new balance is: 1500