Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

What is dangling if?

+1 vote
asked Aug 21, 2019 by anonymous

2 Answers

0 votes
answered Aug 22, 2019 by anonymous
edited Aug 23, 2019
Nesting if, else, else if conditions together but can cause confusion
0 votes
answered Aug 22, 2019 by anonymous
WHEN WE USE MULTIPLE "IF-ELSE" STATEMENT CONSECUTIVELY & GET CONFUSED WHICH "ELSE" IS ASSOCIATED WITH WHICH "IF". SAMJHE?
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...