
please wait
by EJonah
Help with program please
|
#include <iostream> #include <iomanip> using namespace std; int main() { float A, G, V, Q; const float SENTINEL = Q; //type to stop the loop ... |
Nov 1, 2012 at 12:04am
[4 replies] Last: When i input: A 1.0 2.0 3.0 G 5.0 4.0 3.0 V 2.3 4.9 6.7 A 3.7 4.3 9.... (by EJonah)
|
Help with if else statement |
Hello, im learning functions and doing a program for class. It compiles but it doesnt hit my if statements can any one help me with this? #include <ios... |
Nov 1, 2012 at 12:00am
[1 reply] : I don't see any reason your if statements wouldn't be executed. Have ... (by AbstractionAnon)
|