Questions: 1 835

Answers by our Experts: 1 539

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 & Filtering

In C# please.

Program 1
Create a program that will accept inputs into 20-element one-dimensional integer
array CountArray. Your program should count the odd and even numbers that appeared  in the list of accepted values.


Ms. Seena has brought 10 items and she wants to print the item with minimum and maximum cost. Write a software program to do it. 


Write a class representing any Vegetable described by a color passed in the constructor. Write a class Carrot derived from Vegetable, which in the constructor assumes the price per kilogram. Write Buy method (which takes the number of kilograms as the parameter) in such a way that it is possible to write the code: Vegetable r = new Carrot (15, "red"); // 15 PLN / kg, color: red double toPay = r.Buy (0.5); // Returns the price of 0.5 kg of the carrot


Write a console program that will output "multiplication tables" for the digits 1-10 multiplied by 1-10. Your output will look like this:



1 2 3 4 ...


2 4 6 8 ....


....


7 14 21 28 ....


etc.



This is best done with a loop inside a loop.



Include comments telling what each line does and who wrote the program and its purpose.



Since this is a console program I only need the .cs file. Be sure to include your name in the filename. I don't want 20 programs named mult1.cs.

Write a program named Admission for a college’s admissions office. The user enters a numeric high school grade point average (for example, 3.2) and an admission test score (for example, 75). Display the message "Accept" if the student meets either of the following requirements:



A grade point average of 3.0 or higher, and an admission test score of at least 60


A grade point average of less than 3.0, and an admission test score of at least 80


If the student does not meet either of the qualification criteria, display "Reject".


. Write program, that run one of two applications (Calculator or MS Paint) after user pushed corresponding button “Run”. In editbox user indicates the time (in seconds) after which the application closes.


Given two numbers X and Y, develop a program to determine the difference between X and Y



If X – Y is negative, Ans = X + Y;



If X – Y is zero, Ans = 2X + 2Y;



and if X – Y is positive, compute Ans = X * Y.



Given two numbers X and Y, develop a program to determine the difference between X and Y




If X – Y is negative, Ans = X + Y;




If X – Y is zero, Ans = 2X + 2Y;




and if X – Y is positive, compute Ans = X * Y.




Pick One More SMS of your choice from your mobile. Write the SMS as it is and also write a Print Statement to generate that SMS.

Your answer should contain 2 parts:

1. Text of any SMS from your mobile

2. Print Statement to generate that SMS


A customer received the following SMS:

Avl Bal for A/c XXXX3507 as on 01-AUG-2021 06:11:48 is INR 1446.28. Combined Avl Bal is INR 1446.28. Use MB App to track A/c-Kotak Bank


Write a Print Statement to generate the above SMS. (You may refer to the example given at the top.)


LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS