2023 Week 2 PRG 218 Variables and Input and Output Operations You will Write eight discussion assignment 70 | Assignment Collections
Computer Science 2023 Variables and Input and Output Operations
2023 Week 2 PRG 218 Variables and Input and Output Operations You will Write eight discussion assignment 70 | Assignment Collections
Week 2
PRG 218 Variables and Input and Output Operations
You will Write eight discussion assignment 70- to 100-word response to the following: the discussoin are due on Saturday and the Overtime Pay Compile Errors due Monday
Supporting Activity: Small Program
Create a small program that:
1) Prompts the user for a positive integer.
2) Prints out 0 if the number is ODD or 1 if the number is EVEN.
Did you encounter compiler errors? How did you test your code?
Are there multiple ways to write this program? Explain.
Supporting Activity: Code Exercise
2 Type in the code and run any 3 of the “Try It Out” exercises in Ch. 2.
Which exercises did you select? Why? What did you learn?
3 What is the purpose of the document template in an MFC Windows program?
5 Why do you need to be careful, and plan your program structure in advance, when using the Application Wizard?
6 Code up the simple text editor program. Build both debug and release versions, and examine the types and sizes of the fi les produced in each case.
7 Generate the text editor application several times, trying diff erent project styles from the Application Type in Application Wizard.
8 Program Input and the Software Design Process” of Programming and Problem Solving with C++: Comprehensive
Overtime Pay Compile Errors
Use the code in Appendix B for this assignment.
Correct the compile errors to arrive at the following output.
•Sample output:
Enter the Employee Name = Mary
Enter the hours worked = 43
Enter his or her hourly wage = 3.00
Employee Name …………. = Mary
Base Pay ……………… = 120
Hours in Overtime ……… = 3
Overtime Pay Amount…….. = 13.5
Total Pay……………… = 133.5
Appendix B
Overtime Pay Compile Errors
Instructions
Material
Use the following code to complete your Overtime Pay Compile Errors assignment.
#include <io>
#include <string>
#include <iomanip>
using namespace std;
//Global Declarations of Variables
double iovertime_hours=0, iovertime pay=0, iovertime_extra=0;
int ihours, iwage ;
string cname ;
int main ()
{
//Enter Employee Information
cout << “nnEnter the employee name = “;
cin >> cname ;
cout << “Enter the hours worked = “
cin >> ihours;
cout << “Enter his or her hourly wage = “
cin >> iwage
// Determine if hours are greater than 40
if (ihours < 40)
{
//Do Calculations
iovertime_hours=ihours+40;
iovertime_pay=iwage-1.5 ;
iovertime_extra=iovertime_hours*iovertime_pay;
/ Display Employee Details
cout >> “nn”;
cout << “Employee Name …………. = ‘ << cname << endl ;
cout << “Base Pay ……………… = ” << iwage*40 << endl
cout << “Hours in Overtime ……… = ” << iovertime_hours << endl ;
cout << “Overtime Pay Amout……… = ” << iovertime_extra << endl ;
cout << Total Pay …………….. = ” << iovertime_extra+(40*iwage) << endl;
}
else // Else hours are less than 40 hours
{
cout << “nn”;
cout << “Employee Name …………. = ” << cname << endl ;
cout << Base Pay ……………… = ” << iwage*40 << endl ;
cout << “Hours in Overtime ……… = ” << iovertime_hours << endl ;
cout << “Overtime Pay Amout……… = ” << iovertime_extra << endl ;
cout << “Total Pay …………….. = ” << iovertime_extra+(40*iwage) << endl;
} // End of the primary if statement
} //End of Int Main
We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.