Placeholder

ITCO221 Unit 3 Check Duplicate Numbers C# Console Program and Pseudocode

$15.00

Description

You own a consulting firm and a client has engaged you to write a console program. In general, this program must prompt the user for ten numbers, ranging between 10 and 100. The program compares the number entered to the previous number. In the event that it is a duplicate number, the user will be prompted to enter a different number. Display the number to the screen as long as it is not a duplicate.
For this assignment, complete the following:
Write a console application that requests 10 numbers from the user as individual inputs.
Each number must be between 10 and 100, inclusive.
Compare each number to the last one entered to determine if it is a duplicate. If it is, ask the user for a different number.
Output each number to the screen once you have determined that all conditions are met.
Submit your zipped .cs file.
In addition, prepare and submit a Word document that discusses any challenges you encountered including compilation errors, logic errors, or runtime errors that you had to resolve. The Word document should include your pseudocode and screenshots illustrating the successful execution of your program.
SCREENSHOTS
SOLUTION
PAYMENT
The solution includes a Visual Studio (c#) project and a single word document.
Attachments [Move over files to preview content of those files]
ITCO221_Unit_3.zip (210.94 KB)
ITCO221 Unit 3 Pseudocode.docx
ITCO221-Unit-3-Report-Screenshot.jpg
ITCO221-Unit-3-Screenshot.png
Visual Studio project
ITCO221Unit3
ITCO221Unit3
App.config
bin
Debug
ITCO221Unit3.vshost.exe
ITCO221Unit3.vshost.exe.config
ITCO221Unit3.vshost.exe.manifest
ITCO221Unit3.csproj
obj
Debug
DesignTimeResolveAssemblyReferencesInput.cache
TempPE
Program.cs
Properties
AssemblyInfo.cs
ITCO221Unit3.sln
ITCO221Unit3.v12.suo
Preview Program.cs
xxxxxx xxxx xxxx(xxxxxx[] xxxx)
{
xxxx[] xxxxx = xxx xxxx[101];
xxxxxxx.xxxxxxxxx(“xxxxxx xxxxx xxxxxx xxxxxxx 10 xxx 100:”);
xxx (xxx x = 0; x < 10; x++) { bool validate = false; int n; while (!validate) { try { Console.Write("Enter number " + (i + 1) + ": "); n = int.Parse(Console.ReadLine()); if (n < 10 || n > 100) { Console.WriteLine(“Please enter number between 10 and 100”);
}
xxxx
{
xx (xxxxx[x])
{
xxxxxxx.xxxxxxxxx(“xxxxxxxxx xxxxxx xxxxxxx xxxxx xx xxx xxxx”);
Price: $15
Buy Now
Checkout
Added to cart
Buy More Save More
Buy at least TWO items & save up to 30% OFF your ENTIRE order!
Rack up instant rebates in your shopping cart. Simply add items to your cart, and see the savings add up.
Discounts will automatically be applied on eligible orders.
Add to Cart
Checkout
Added to cart
You May Also Like:
ITCO221 Unit 1 Introduce Yourself Console Program and Pseudocode
ITCO221 Unit 2 Verify Age Console Program and Problem Analysis
ITCO221 Unit 4 Graphical Calculator

Reviews

There are no reviews yet.

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