PLS URGENT HELP WITH C++, C/C++ Programming

Assignment Help:
Pls i only need help with program 2.

#include
#include

using namespace std;

int main()
{
int FilingStatus;
cout << "Lifetime Learning Credits Worksheet Creation Program" << endl;
cout << endl << "1 - Single" << endl;
cout << "2 - Married, Filing Jointly" << endl;
cout << "3 - Head of Household" << endl;
cout << "4 - Qualifying Widow(er)" << endl;
cout << "5 - Married, Filing Separately" << endl;
cout << "Enter your filing status from above (1-5): ";
cin >> FilingStatus;
if (FilingStatus == 5)
{
cout << endl << "The Lifetime Learning Credit is not available if you file as \"Married, Filing Separately\"" << endl;
system("PAUSE");
return 1;
}
return 0;
}

https://wikisend.com/download/366768/C++ProgAssn3.pdf

Post
one test case for program #2 here. Your test case must include a rationale for why the case was selected, the test inputs, and the expected outputs. Note that the test case should reflect one logical alternative from the processing.

Related Discussions:- PLS URGENT HELP WITH C++

Change to palindrome, A palindrome is a string that reads the same from bot...

A palindrome is a string that reads the same from both the ends. Given a string S convert it to a palindrome by doing character replacement. Your task is to convert S to palindrome

Define the processing of a structure, Define the Processing of a Structure?...

Define the Processing of a Structure? The members of structure are typically processed individually as separate entities. So we must be able to access the individual structure

Advanced, how to create a shopping cart

how to create a shopping cart

Symbolic constant, S y m b o li c c o n s t a n t : c ...

S y m b o li c c o n s t a n t : c on s t m a x = 1 0 0 ; T h e d e f a u l t d a t a t y p e w i l l b e i n t e

Program to display the greatest common divisor , Many modern cryptography a...

Many modern cryptography algorithms require two numbers that are coprime, or sometimes referred to as relatively prime. Two numbers are coprime if their greatest common divisor is

Program for read a formal expression from standard input, Your program will...

Your program will read two kinds of data from two files: names and predicates. It will read a formal expression from standard input and check whether that expression is syntactical

Assignment problem, how to write c code to solve assignment problem?

how to write c code to solve assignment problem?

Matematic, how to make program c++

how to make program c++

Compiler Design - Limit the Method Instructions, Raj is a newbie to the pro...

Raj is a newbie to the programming and while learning the programming language he came to know the following rules: · Each program must start with ''{'' and end with ''}''. Ã

Area , Write a program to find the area under the curve y = f(x) between x ...

Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b.

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd