How is if statement different from …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Advay Vashisht 2 years, 8 months ago
- 3 answers
Related Questions
Posted by Manya Sharma 1 year, 2 months ago
- 0 answers
Posted by Raju Tandan 1 year, 1 month ago
- 1 answers
Posted by Ishika Rathore 1 year, 2 months ago
- 1 answers
Posted by Ananya Ps 1 year, 1 month ago
- 2 answers
Posted by Sarvagya Thakur 1 year, 1 month ago
- 1 answers
Posted by Account Deleted 2 months, 2 weeks ago
- 1 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Preeti Dabral 2 years, 8 months ago
Use if to specify a block of code to be executed, if a specified condition is true. Use else to specify a block of code to be executed, if the same condition is false. Use else if to specify a new condition to test, if the first condition is false.
2Thank You