GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

Select an appropriate synthetic route for the following equa…

Select an appropriate synthetic route for the following equation.

Read Details

Cyclic compound A has molecular formula C5H10 and undergoes…

Cyclic compound A has molecular formula C5H10 and undergoes monochlorination to yield exactly three different constitutional isomers. Which of the following shows compound A?

Read Details

Write a program to find a number of terms required for the f…

Write a program to find a number of terms required for the following sequence to just exceeds the value of the X variable given by the user.  Sum = 3+(3*3*3)+(4*4*4*4)+(5*5*5*5*5)+(6*6*6*6*6*6)+…. x=input(‘Enter number: ‘);

Read Details

clc; clear;x = 0;ii = 3;for ii = 1:1:ii    ii = 2;    jj = 1…

clc; clear;x = 0;ii = 3;for ii = 1:1:ii    ii = 2;    jj = 1;    while ii>jj        x = ii+jj;        jj = ii;    end    fprintf(‘%g%g’, ii,x)end

Read Details

clc; clear;a = 0;for i = 0:1:3   a = i * i;    for i = 0:1:2…

clc; clear;a = 0;for i = 0:1:3   a = i * i;    for i = 0:1:2        fprintf(‘%d’,a*i);        break;        fprintf(‘%d’,a+i);    end    continue;end

Read Details

clc; clear;x = 7;while x > 4   for jj = 2:-2:3      if x >=…

clc; clear;x = 7;while x > 4   for jj = 2:-2:3      if x >= 3         break;      end   end   for xx=2:2:3      if xx < 3         fprintf('%g', xx);         x = x - 3;      end   end   x = x - 2;   fprintf('%g', x+xx);end

Read Details

Identify this stage of development:

Identify this stage of development:

Read Details

 ID this gland:

 ID this gland:

Read Details

 ID this gland:

 ID this gland:

Read Details

Identify and correct all the mistakes in the following code…

Identify and correct all the mistakes in the following code snippet The program calculates and displays the total value of the following series with 100 terms if you cannot see the image the series is: You cannot add whole new lines of code. To write your response, mention the line number followed by the incorrect code in the line and then the correct code. For example: Line 5: for ii=1:1:n should be for ii=1:1:100000 (this is just an example!) clc;clear var=2; num=5; den=1; ii=0; while ii

Read Details

Posts pagination

Newer posts 1 … 65,380 65,381 65,382 65,383 65,384 … 86,346 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top