Questions: 619

Answers by our Experts: 487

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

Write a program to computer the value of 1500+1000-450*10+300


Code a program to get the number of students and the group size from the user. Calculate and display the number of groups that must be used to divide the students in the given group size. The last group would possibly not be filled. Display also the number of students in the last group.  

 

Functions to code and use: 

  • CalcNumberGroups. This function must get the number of students and the group size via parameters. It must calculate and return the number of groups (integer) that would be used. 
  • CalcLastGroupSize.  This function must get the number of students and the group size via parameters. It must calculate and return number of students (integer) in the last group.

Example:

If there are 23 students and they must be divided into groups of 6, then there will be 4 groups. The last group will have 5 members.


Code a program to get the number of students and the group size from the user. Calculate and display the number of groups that must be used to divide the students in the given size. The last group would possibly not be filled. Display also the number of students in the last group.


Functions to code and use:

●CalcNumberGroups. This function must get the number of students and the group size via parameters. It must calculate and return the number of group(integer) that would be used

●CalcLastGroupSize. This function must get the number of students and the group size via parameters. It must calculate and return the number of students(integer) in the last group


The Financial officer at RGI wants you to develop an application that will evaluate the company’s asset’s annual depreciation using the double-declining balance and sum-of-the years’ digit method. The Financial officer will enter the asset’s cost, useful life (in years), and salvage value (which is the value of the asset at the end of its useful life). The interface provides text boxes for entering the asset cost and salvage value. It also provides a list box for selecting the useful life, which ranges from 3 to 20 years. The depreciation amounts are displayed in the list boxes. Create a windows form application using the name RGI annual asset depreciation App. You can use the visual basic’s Financial.DDB method to calculate the double-declining balance depreciation and use its Financial.SYD method to calculate the sum-of-the-years’ digit depreciation. Both methods return the depreciation amount as double number


The sales manager at ITI Hub has asked you to design and implement a Windows application that will display the total sales made in there three regions in South Africa: Kwazulu-Natal, Gauteng and Western cape. The application should display the total sales of the company as well as the percentage that each region contributed to the total sales. It should show sales for 6 months


The Financial officer at RGI wants you to develop an application that will evaluate the company’s asset’s annual depreciation using the double-declining balance and sum-of-the years’ digit method. The interface provides text boxes for entering the asset cost and salvage value. It also provides a list box for selecting the useful life, which ranges from 3 to 20 years. The depreciation amounts are displayed in the list boxes.


Design a Windows application named Wallpaper App to calculate the number of single rolls of wallpaper required to cover a room


The sales manager at ITI Hub has asked you to design and implement a Windows application that will display the total sales made in there three regions in South Africa: Kwazulu-Natal, Gauteng and Western cape. The application should display the total sales of the company as well as the percentage that each region contributed to the total sales. Display the sales amounts with a Rand sign and no decimal places. Display the percentages with a percent symbol with no decimal places. The sales amounts for six months are shown in Figure 3. Create a windows application form for this project using the name ITI Hub regional sales. Store the sales amount in a two-dimensional array. Create a suitable interface with an image for the project and run the application


Design a Windows application named Wallpaper App to calculate the number of single rolls of wallpaper required to cover a room. There are four combo boxes having a drop down style. Display the range of values for the room’s length, width and height from 10 to 35 in the combo boxes while the value in the combo box for the roll coverage should range from 40 to 50 with an increment of 0.5.


Code a program to get the number of students and the group size from the user. Calculate and display the number of groups that must be used to divide the students in the given group size. The last group would possibly not be filled. Display also the number of students in the last group.


LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS