Search found 1 match

by abyraneses
Sun Dec 18, 2011 10:34 am
Forum: Volume 4 (400-499)
Topic: 488 - Triangle Wave
Replies: 270
Views: 64813

488

#include <iostream>

using namespace std;

int main(){

int cASE, amplitude, frequency;


cout << "";
cin >> cASE;
cout << endl;
int a[cASE-1];
int f[cASE-1];

int i = 0;
do{
do{
cout << "";
cin >> a ;
}
while (a < 9);
cout << "";
cin >> f ;
i++;
}
while (i < cASE);


for ...

Go to advanced search