Placeholder

CSIS 111 Module Week 3 ASSIGNMENT CONTROL STRUCTURES IF ELSE

$15.00

Description

Write a C++ program that computes a student’s grade for an assignment as a percentage given the student’s score and total points. The final score must be rounded up to the nearest whole value using the ceil function in the header file. You must also display the floating-point result up to 5 decimal places. The input to the program must come from a file containing a single line with the score and total separated by a space.
In addition, you must print to the console “Excellent” if the grade is greater than or equal to 90, “Well Done” if the grade is less than 90 and greater than or equal to 80, “Good” if the grade is less than 80 and greater than or equal to 70, “Need Improvement” if the grade is less than 70 and greater than or equal to 60, and “Fail” if the grade is less than 60.
Submit C++ Programming Assignment 3 by 11:59 p.m. (ET) on Monday of Module/Week 3.
SCREENSHOTS
SOLUTION
PAYMENT
CSIS 111 Week 3
CSIS 111 Assignment 3
The solution includes Visual Studio project, report, screenshots.
Attachments [Move over files to preview content of those files]
CSIS_111_Week_3.zip (20.47 MB)
CSIS111-Week-3-Screenshot-1.png
CSIS111-Week-3-Screenshot.png
Firstname_Lastname_Assignment3_Report.docx
Visual Studio Project
StudentGrade
.vs
StudentGrade
v16
.suo
Browse.VC.db
ipch
AutoPCH
36ba83846940f8d6
STUDENTGRADE.ipch
50213ba8e9c91980
STUDENTGRADE.ipch
Debug
StudentGrade.exe
StudentGrade.pdb
StudentGrade
Debug
StudentGrade.exe.recipe
StudentGrade.ilk
StudentGrade.obj
StudentGrade.tlog
StudentGrade.lastbuildstate
vc142.idb
vc142.pdb
input.txt
StudentGrade.cpp
StudentGrade.vcxproj
StudentGrade.vcxproj.filters
StudentGrade.vcxproj.user
StudentGrade.sln
Preview input.txt
90.7 99
90.7 99
Preview StudentGrade.cpp
xxxxx xxxxxxxxx xxx;
//xxxxxx xxxxxxxxxxxx: xxxxxxxxx xxx xxxx xxxxxxxxxxx xxxx — xx xxxxxxxxx
//xxxxxxxx xxxxxxxxxx
xxx xxxx()
{
//In cout statement below SUBSTITUTE your name and lab number cout << "Firstname Lastname -- Assignment #3" << endl << endl; //Variable declarations //input variables float score; float total; float gradePercent; ifstream input; // input stream //Program logic // open file input.open("input.txt"); // xxx xxxxx xx xxx xxxxxxx xxxx xxxx xxxx x xxxx xxxxxxxxxx x xxxxxx xxxx xxxx xxx xxxxxxxx xxxxx xxxxxxxxx xx x xxxxx. // xxxx xxxxxx xxxxx >> xxxxx >> xxxxx;
xxx::xxxx << xxx::xxxxx; xxx::xxxx << xxx::xxxxxxxxxxxx(5); // xxxx 5 xxxxxx xx xxxxxxxxx Price: $15 Buy Now Checkout Added to cart Add to Cart Checkout Added to cart You May Also Like: CSIS 111 Module Week 1 ASSIGNMENT BASIC ELEMENTS CSIS 111 Module Week 2 ASSIGNMENT INPUT OUTPUT CSIS 111 Module Week 4 ASSIGNMENT CONTROL STRUCTURES WHILE FOR DO CASE CSIS 111 Module Week 5 ASSIGNMENT USER DEFINED FUNCTIONS CSIS 111 Module Week 6 ASSIGNMENT USER DEFINED SIMPLE DATA TYPES STRING TYPES CSIS 111 Module Week 7 ASSIGNMENT ARRAYS CSIS 111 Module Week 8 ASSIGNMENT BATTLE SHIP GAME

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.