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
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