Grade9 C++ programs.docx
Document Details
Uploaded by DesirousToucan
Related
- PCSII Depression/Anxiety/Strong Emotions 2024 Document
- A Concise History of the World: A New World of Connections (1500-1800)
- Human Bio Test PDF
- University of Santo Tomas Pre-Laboratory Discussion of LA No. 1 PDF
- Vertebrate Pest Management PDF
- Lg 5 International Environmental Laws, Treaties, Protocols, and Conventions
Full Transcript
Programs based on C++ 1. WAP in C++ to find the sum of two numbers. \#include\ \#include\ void main() { clrscr(); int a,b,c; cin\>\>a\>\>b; c=a+b; cout\b; q=a/b; r= a%b; cout\
Programs based on C++ 1. WAP in C++ to find the sum of two numbers. \#include\ \#include\ void main() { clrscr(); int a,b,c; cin\>\>a\>\>b; c=a+b; cout\b; q=a/b; r= a%b; cout\