Hi there, the following compiles fine, but when I run it, It does nothing. Could someone please help me? BTW, its supposed to show the menu, take the input, and spit out the resulting message. All help is appreciated, hope it doesn't take up too much time out of ur cs or wow playing. Thanx.
#include<iostre am>
using namespace std;
void intsructions();
int read_choice();
void out_of_range();
int...
User Profile
Collapse
-
Simple Programming Error Somewhere :0
-
Need Help Biatches!
How would you go about extracting two numbers from an integer and then swapping them? I believe I must use a function or two... -
Basic Programming Question
Hello fellow programmers, I am having a problem with a program I need to write for school. I have it written as follows:
#include <iostream>
#include<cmath>
#define PI 3.141592;
using namespace std;
int main()
{
double a;
double b;
double c;
double n;
double m;
double p;
double q;
cout<<"enter value of a\n";...
No activity results to display
Show More