- Home
- Studylists
Algorithms & Flowcharts for ICSE Computers
Algorithms & Flowcharts for ICSE Computers
Algo & Flowcharts
Write algorithms and draw flowcharts for the following:
Accept the length of two different line segments and check whether they are equal or unequal. Display the message accordingly.
View Answer331 Likes
Algo & Flowcharts
Write algorithms and draw flowcharts for the following:
Accept the age of a person and check whether he/she is eligible to vote or not. A person is eligible to vote only when he/she is 18 years or more.
View Answer914 Likes
Algo & Flowcharts
Write algorithms and draw flowcharts for the following:
Accept three numbers and check whether they are 'Pythagorean Triplets' or not. Display the message accordingly.
(Hint: Use Pythagoras Formula for a Right-angled Triangle: h = p2+b2)View Answer203 Likes
Algo & Flowcharts
To wash the face
View Answer33 Likes
Algo & Flowcharts
To multiply the two numbers
View Answer25 Likes
Algo & Flowcharts
Accept the age of a person. Display the message Eligible For Role if the age is equal to or greater than 18, otherwise display the message Not Eligible.
View Answer106 Likes
Algo & Flowcharts
Input a name. If name is Kabir, then accept marks. If marks are >= 85, then display Good Performance else display Pass.
View Answer82 Likes
Algo & Flowcharts
Accept one character. Display the message Vowel if the entered character is a vowel, otherwise display the message Not a Vowel.
View Answer84 Likes
Algo & Flowcharts
Input a year. Display the message Leap year if the entered year has 366 days, otherwise display the message Not a leap year.
View Answer93 Likes