Beginners - November 2012 (Page 75)

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 ...
[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...
[1 reply] : I don't see any reason your if statements wouldn't be executed. Have ... (by AbstractionAnon)
November 2012 Pages: 1... 737475
  Archived months: [oct2012] [dec2012]

This is an archived page. To post a new message, go to the current page.