Search found 3 matches

by lena2383
2003-05-30 14:14
Forum: Programmer's Help
Topic: Problem
Replies: 6
Views: 3308

Thanks

Thanks to you all for you input it working correctly and I thanks you again

JB :D
by lena2383
2003-05-30 11:01
Forum: Programmer's Help
Topic: Problem
Replies: 6
Views: 3308

Here chech this out

here is my code and were I put the system Pause //T3AppE02.cpp - calculates and displays the new weekly pay #include <iostream> using namespace std; int main() { //declare variables float currentPay = 0.0; float rate = 0.0; float raise = 0.0; float newPay = 0.0; //enter input items cout << "Enter cu...
by lena2383
2003-05-29 21:43
Forum: Programmer's Help
Topic: Problem
Replies: 6
Views: 3308

Problem

Hi guys I am new to the C++ programming but I am learning it, some of it anyway. Problem when I excute my program it will automatically return back to the coding. I don't get to see my results. WHY

I thank you in advance
JB :lol: