Showing posts with the label URI Solution in C#

URI-1009-Salary with Bonus(Solution in C#)

Make a program that reads a seller's name, his/her fixed salary and the…

URI-1008-Salary (Solution in C#)

Write a program that reads an employee's number, his/her w…

URI-1006-Average 2 (Solution in C#)

Read three values (variables A, B and C), which are the three student's …

URI-1005-Average 1 (Solution in C#)

Read two floating points' values of double precision A and B, correspondi…

URI-1004-Simple Product (Solution in C#)

Read two integer values. After this, calculate the product between them and s…

URI-1003-Simple Sum (Solution in C#)

Read two integer values, in this case, the variables A and B. After this, cal…

URI-1002-Area of a Circle (Solution in C#)

The formula to calculate the area of a circumference is defined as  A = Ï€ . …

URI-1001-Extremely Basic (Solution in C#)

Read 2 variables, named  A  and  B  and make the sum of these two variables,…

That is All