What is the coding to loop the program after a key press at the end of the program?
skarocks47 0 Newbie Poster
Recommended Answers
Jump to PostFor the second question,my best advice to you is this:
you can just use a switch function. if you don't understand, i will explain..
let us assume that the following code is your bmi.cpp:#include<iostream> #include<string> using namespace std; void show(){ int x=0; cout<<"Enter the number you …
All 4 Replies
skarocks47 0 Newbie Poster
thines01 401 Postaholic Team Colleague Featured Poster
skarocks47 0 Newbie Poster
tkud 0 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.