Question
1- Draw a flowchart of the program that reads a number from the keyboard and takes the square of the number if the number is
1- Draw a flowchart of the program that reads a number from the keyboard and takes the square of the number if the number is positive.
2- The user will enter his grade from keyboard and you will change numeric grade to a letter. Grades:
90-100--> AA
80-89-->BB
70-79--->CC
60--69-->DD
Less than 60-->FF
3-Draw a flowchart that reads 3 numbers from the keyboard and finds and display the largest one.
4- Draw a flowchart to calculate the average of a lesson where the test marks are to be entered from the keyboard (Midterm 30%, homework 10% and final 50%)
5- Draw the flowchart to calculate the sum of 10 numbers which entered by user (USE WHILE)
6- Draw a flowchart of the program to calculate the sum and average of numbers from 1 to 100 (Use While)
7- Draw a flowchart to display the string "Good luck" 10 times. (Solve this question with For Condition also a second solution with While condition)
8- Draw the flowchart to calculate the sum of even numbers from 0 to 20. Display result. (Use for condition)
can you pleas solve it
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