Write a C# program to calculate simple interest.
The program should take the inputs for simple interest and display the result.
The program should ask the user to input Y if he wants to continue, else N to stop
Every time user enters Y, the program should take the inputs and calculate interest
Write a C# program to design menu driven temperature converter console application.
The program should show following options for temperature conversion to user:
The program should then prompt user to enter the temperature value.
The given value should be converted to the required temperature unit, based on the choice inputted by user.
For each of the following pairs goods, which good would you expect to have more elastic demand and why? a) Required textbooks or mystery novels b) Beethoven recordings or classical music recordings in general.
write an argumentative essay in which you agree or disagree whether Covid-19 has changed the world for the better . You should use the following points to structure your essay: Approaches to teaching and learning; Working conditions; Economic conditions; and, Personal life.
An epicyclic gear train as shown in figure the number of teeth on gear A,B,C are 48,24,50 respectively. A) If the arm rotates with 340 rpm in clockwise find Speed of C when A is fixed Speed of A when C is fixed B) Speed of B and C when arm is fixed and A is rotating with 340
Design & Implement a C- program that can handle salesmen records of ABC
Company. Each salesman has unique 4-digit id #, name, salary, monthly sale &
commission (commission is computed depending on value of monthly sale). Net
income of a salesman is salary plus commission. Make maximum use of user
defined Functions.
Conditions for calculating commission are as follows:
➢ Commission is 20% of monthly sale, if sale is equal to or greater than 15,000.
➢ Commission is 15% of monthly sale, if sale is equal to or greater than 10,000
and less than 15,000.
➢ Commission is 10% of monthly sale, if sale is equal to or greater than 8,000
and less than 10,000.
➢ Commission is 5% of monthly sale, if sale is equal to or greater than 5,000 and
less than 8,000.
➢ No Commission, if sale is less than 5,000
A cam with minimum radius of 88 mm rotating clockwise is required to give the motion to roller follower. The motion is as described below: 1. To move outward through 70 mm during 100 deg. With Simple harmonic motion of the cam rotaion 2. To dewell for next 80 deg. 3. To return to its starting posistion during next 90 deg with uniform acceleration. 4. To dewell for the next period of a revolution. if the diameter of the roller is 5mm then Draw the cam profile 1.when the line of the stroke of the follower passes through the center of the cam shaft and 2. when the line of the stroke of the follower is off set by 15mm.
A pinion having 40 teeth drives a gear having 80 teeth. the profile of the gear is involute with pressure angle 20, 12 mm module and 5 mm addendum. Find the length of contact 1) Arc of contact 2) Contact ratio 3) Ratio of the pitch line velocity to Sliding velocity at start point of contact and end point of the contact 4) Angle of action for pinion and gear
How many ways can a club select a president, vice president, and a secretary from a group of 9 people?
Construct a combinatorial circuit using inverters, OR gates, and AND gates that produces the output
((¬p ∨¬r) ∧¬q) ∨ (¬p ∧ (q ∨ r)) from input bits p, q, and r.