Biology, asked by YAZDAN06, 4 days ago

Differentiate between Rough Endoplasmic Reticulum (RER) and Smooth Endoplasmic
Reticulum (SER). How endoplasmic reticulum is important for membrane biogenesis ?

Answers

Answered by Piyushthakur1432
0

Answer:

import java.util.*;

public class prog1

{

public static void main(String arg[])

{

Scanner sc=new Scanner(System.in);

double a,b,c,d,e,s,p,avg;

System.out.println("Enter five numbers");

a=sc.nextDouble();

b=sc.nextDouble();

c=sc.nextDouble();

d=sc.nextDouble();

e=sc.nextDouble();

s=a+b+c+d+e;

p=a*b*c*d*e;

avg=s/5;

System.out.println("Sum="+s);

System.out.println("Product="+p);

System.out.println("Average="+avg);

}

}

Answered by pranjalsahu0701
0

Answer:

bhai tu ek kaam kr kuve me duub k mr jaa

Similar questions