Computer Science, asked by naman90344, 6 months ago

answer questions given on this page

Attachments:

Answers

Answered by soupals1upv
0

if it is in java then :

51) class s1upv

{void main ()

{

float bowlno, avg, runs ;

avg= 1153/109 ;

}}

52) class s1upv

{void main ()

{ double totalamt = ((50*15)+(30*20)+(40*21)) ;

}}

53) class s1upv

{void main()

{ double amt = ((50000-(5200+6800))) / 5 ;

}}

54) class s1upv

{void main ()

{ int dozens = (1193/12) ;

int extra = 1193 - dozens ;

}}

55) class s1upv

{void main ()

{ int dozens = (1193/12) ;

int extra = 1193 - dozens ;

int gross = 12* dozens ;

}}

56) class s1upv

{void main ()

{ double p,r,t,si ;

i = p*r*t/100 ;

}}

57) import.java.util.*;

class s1upv

{ void main ()

{ scanner sc = new scanner (system.in)

system.out.print ("enter selling price ")

double sp = sc.nextDouble();

system.out.print ("enter cost price ")

double cp = sc.nextDouble();

double p = sp - cp ;

}}

Similar questions