Computer Science, asked by debasreekol11, 6 months ago

write a program in qbasic to take input of the value of u,f,t and print the value of s
s=ut+ft​

Answers

Answered by yukthi1241
1

class Program

{

public static void main (String args [])

{

int qbasic,u,f,t;

int s=0;

qbasic=s;

s=u×t+f×t;

System.out.println ("the qbasic is:"+s);

}

}

Similar questions