Skip to main content

Posts

Showing posts from June 25, 2016

MTH501 GDB # 2. June 22, 2016

MTH501 GDB # 2. June 22, 2016

GDB No 2 MTH302 start from 23 June to 27 june 2016

Question 1 : An asset has a cost of Rs. 50000. After 11 years, its salvage value is Rs. 9000.  What is the sum-of-years' digits depreciation of the asset for one year? Question 2 : Let your garments business net sales were 55, 00,000 and total variable costs were 2, 05,000 in last year. You spent 50,000 on machinery, depreciation cost of 14,000, rent 25,000, wages 40,000 and other costs related to making the garments as 30,500. What was your net income for last year?

CS201 Assignment No 2 Due Date 28-06-2016

  Assignment 2 of CS201 is continuity of assignment 1. You have to do the same task as you did in assignment 1 but this time you have to use structure variables. You have to write C++ program in which; • You are required to define 2 structures named as Rectangle and Trapezoid. • Rectangle has 3 data members, width, length and area • Trapezoid has 4 data members named as height, base1, base2 and area. • Provide 2 options to the user as below:  Enter 1 to calculate the area of Rectangle  Enter 2 to calculate the area of a Trapezoid