- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
3 Posted Topics
I am working on the same project and I am getting A, B, C, D, F unrefernced could I get alittle help.[CODE]/****************************************************/ #include <iostream> using namespace std ; int main() { //Declaring varibles float score ;// Class Score char grade ;// Class Grade int A, B, C, D, F;// Overall …
I am completly lost on this could someone point me in the right direction into where I am going wrong with this code. [CODE]#include <iostream> using namespace std ; int main() { int x ; int y ; int temp ; int remainder ; // read in the two integers …
I am trying to figure out how to set a float for a project I am doing. Example I am trying to set a float for a score but I would like the input to be set where you can't input a number over a 100. This is the code …
The End.
Jake1905