Forum: C++ Sep 27th, 2006 |
| Replies: 6 Views: 2,779 |
Forum: C++ Sep 27th, 2006 |
| Replies: 6 Views: 2,779 #include <iostream>
#include<iomanip>
#include <cmath>
usingnamespace std;
int main()
{
char choice;
const int arraysize=20;
int num[arraysize]; |
Forum: C++ Sep 26th, 2006 |
| Replies: 5 Views: 5,536 entire code
#include <iostream>
#include<iomanip>
#include <cmath>
using namespace std;
int main()
{
char choice; |