a sample of drug is analysed by using a chemical test for aspirin and measuring its melting point.
The chemical test is positive but the melting point is 130celcius not 135celcius as it should be
does the sample?
and does the sample has an impurity?
Answers
Answered by
0
Explanation:
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b;
int multiplication;
clrscr();
printf("Enter the first number");
scanf("%d", &a);
printf("Enter the second number");
scanf("%d", &b);
multiplication = a*b;
printf("The Total is %d", multiplication);
getchar();
}
use it
Similar questions