Write an algorithm and draw a flowchart to solve the following problems: 1. Read the marks of 2 students for 5 courses. Calculate the average marks for both the students. Check the average with the below table and calculate the CGPA according to the formula [CGPA=(Average * Grade point)/100]. Display the CGPA of both the students. Averag Grade point e 8-10 3.5 6-7.9 3 4.5-5.9 2.5 <4 2

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter3: Understanding Structure
Section: Chapter Questions
Problem 3GZ
icon
Related questions
Question
100%
Write an algorithm and draw a flowchart to solve the following problems:
1. Read the marks of 2 students for 5 courses. Calculate the average marks for both the
students. Check the average with the below table and calculate the CGPA according
to the formula [CGPA=(Average * Grade point)/100]. Display the CGPA of both
the students.
Averag Grade point
e
8-10
3.5
3
6-7.9
4.5-5.9
2.5
<4
Transcribed Image Text:Write an algorithm and draw a flowchart to solve the following problems: 1. Read the marks of 2 students for 5 courses. Calculate the average marks for both the students. Check the average with the below table and calculate the CGPA according to the formula [CGPA=(Average * Grade point)/100]. Display the CGPA of both the students. Averag Grade point e 8-10 3.5 3 6-7.9 4.5-5.9 2.5 <4
2. To find the visa processing fee for tourists according to the following calculation:
Read the number of days and age of tourist. If age>40, visa charge for 1 day is 0.5
omr. If age<=40, visa charge for 1 day is 0.25 omr.
Visa fee= visa charge * no. of days
Transcribed Image Text:2. To find the visa processing fee for tourists according to the following calculation: Read the number of days and age of tourist. If age>40, visa charge for 1 day is 0.5 omr. If age<=40, visa charge for 1 day is 0.25 omr. Visa fee= visa charge * no. of days
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Concept of Flowchart
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage