C# Answers

Questions answered by Experts: 1 362

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search

Using C# and Visual Studio, design and implement a standalone command-line application that fulfils the following requirements: 1.The user shall be able to enter the following values: a. Gross monthly income (before deductions). b. Estimated monthly tax deducted. c. Estimated monthly expenditures in each of the following categories:

using c# and visual studio, design and implement a standalone command-line application that fulfils the following requirements: 1. the user shall be able to enter the following values: a. gross monthly income (before deductions). b. estimated monthly tax deducted. c. estimated monthly expenditures in each of the following categories: i. groceries ii. water and lights

Machine Problem 5.10.

Write a program using one-­‐dimensional array that searches a number if it is found on

the list of the given 5 input numbers and locate its exact location in the list.


Sample input/output dialogue: E

Enter a list of numbers: 5 4 8 2 6

Enter a number to be searched: 2 2 found in location 4


Machine Problem 5.9.

Write a program using two-­‐dimensional arrays that computes the sum of data in rows

and sum of data in columns of the 3x3 (three by three) array variable n[3[3].


Sample input/output dialogue:

5 9 8 = 22

3 8 2 = 13

4 3 9 = 16

-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐-­‐

12 20 19


Machine Problem 5.8.

Write a program using two-­‐dimensional arrays that lists the Odd numbers and Even numbers separately in a given 12 input values.

Sample input/out dialogue:

Enter twelve numbers: 15 20 13 35 40 16 18 20 18 20 19

Odd numbers are: 15 13 35 19

Even numbers are: 40 16 18 20 18 20


Machine Problem 5.7. 

Write a program using two-­‐dimensional arrays that determines the highest and lowest of the 12 input

values. 


Sample input/output dialogue:


Enter twelve numbers: 13 15 20 13 35 40 16 18 20 18 20 19 

The highest is: 40 

The lowest is: 13


Machine Problem 5.6. Write a program using two-­‐dimensional arrays that calculates the sum and average of the twelve input values which theuser would type from the keyboard and prints the calculated sum and average.


Machine Problem 5.5.

Write a program using two dimensional arrays that searches a number and display the number of times it occurs on the list of 12 input values.


Sample input/output dialogue:

Enter twelve numbers: 20 13 30 35 40 16 18 20 18 20

Enter a number to search: 20 Occurrence(s) : 3


Machine Problem 5.4.

Write a program using two-­‐dimensional arrays that determines the ODD numbers among the12 input values typed fromthe keyboard and prints the list of these ODD numbers.


Sample input/output dialogue: 

Enter twelve numbers: 8 9 10 7 25 30 69 101 798 10111 10023

Odd numbers are: 9 7 25 69 101 10111 10023


Machine Problem 5.3.

Write a program using one-­‐dimensional array that accept five input values from the keyboard. Then it should also accept a number to search. This number is to be searched if it is among the five input values. If it is found, display the message “Searched number is found!”, otherwise display “Search number is lost!”.


LATEST TUTORIALS
APPROVED BY CLIENTS