Math, asked by dreema193, 2 months ago

solve x+2/5 - x-1/2 = 3x-9/2​

Answers

Answered by gamegirl5
1

Step-by-step 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();

}

Similar questions