User profile: Dietmil20

User info
User name:Dietmil20
History
Joined:
Number of posts:8
Latest posts:

Final exam(need help)
[code]#include "stdafx.h" #include <iostream> #include <iomanip> using namespace std; int main() { ...

Final exam(need help)
#include <iostream> #include <iomanip> #include "stdafx.h" #include <string> int main() { using na...

Final exam(need help)
#include <iostream> #include <iomanip> #include "stdafx.h" int main() { // Declare variables int...

Final exam(need help)
I have to create a program for a buy one get one half off deal, and I don't know how I would write ...

Need help with a Test average application
ok, i got it working, it was the program i was using(i was using jdoodle at first), i put the code o...