Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
QUESTION
A supermarket wants to reward its best customer of each day, showing the customer's name on a screen in the supermarket.
public class Program1{//main methodpublic static void main(String args){//variable kint k=2;//print table of kfor(int i=1;i<=10;i++){System.out.println(k+" x "+i+" =...
Show more