which symbol is used for condition checking
Answers
Answered by
2
diamond is used for condition checking
Answered by
18
The Diamond symbol is used for condition checking.
Explanation:
- For the development of a project, it is necessary to draw a flowchart of the algorithm to be followed such that everyone can understand the process to be followed easily with the pictorial representation of the data.
- In that, we use the 'Diamond' symbol to denote a condition.
- For example, check the example attachment given below, in which, you will find a diamond in a shady red color.
- It represents a condition that checks whether the password inputted is equal to the string "HiThere!" are not. If yes, it prints "Welcome", else, it prints "Wrong Password".
Learn more:
1. Draw a flowchart for a program that asks the user to enter a password. If the user enters “HiThere!” then print “Welcome”, and then end the program.
https://brainly.in/question/25635867
2. Write an algorithm and draw a flowchart to input the name and age of a person and print eligible. If age >=18 else print Not Eligible along with the name .
brainly.in/question/18370913
Attachments:
Similar questions