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 Answer334 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 Answer962 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 Answer204 Likes
Algo & Flowcharts
To wash the face
View Answer35 Likes
Algo & Flowcharts
To multiply the two numbers
View Answer27 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 Answer108 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 Answer84 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 Answer86 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 Answer96 Likes
Showing 21 - 29 of 29 Questions