by Belinder | Dec 29, 2022 | Programming
In your own words, describe a procedure used in programming. Why is it important to use procedures?
by Belinder | Sep 1, 2022 | Programming
Identify three advantages of using object-oriented programming, and explain the manners in which objects can be shared between programming languages.
by Belinder | Aug 29, 2022 | Programming
1. Review The Power of Good Design (https://www.vitsoe.com/gb/about/good-design) and select three of the ten principles noted for good design. Next in R, utilize these three principles in a problem that you will solve. First note the problem to solve,...
by Dan | Aug 5, 2022 | Programming
a) A company’s employees are treated as either salaried or waged. A salaried employee has an annual salary and is payed monthly. A waged employee is paid an hourly rate and works up to a maximum of 50 hours per week. Both types of employee have an annual tax free...
by Dan | Aug 5, 2022 | Programming
a) Write a program that will accept as input the module mark obtained by each student in a class of any size. The program should accept as input the class size followed by the set of marks for the class. The program should count and then display the percentage of...
by Dan | Aug 5, 2022 | Programming
A wholesale supplier of CDs charges €1.50 per CD but gives a % discount based on the number of CDs as follows: more than 500 discount 5% more than 1000 discount 10% more than 5000 discount 25% Write a program that will calculate and output the total cost based...