Computer Science, asked by ababdulrahim2696, 1 year ago

Write programme to print any 5 vegetable names using java

Answers

Answered by helloworld6544
2

Answer:

System.out.println("tomato")

System.out.println("brinjal")

System.out.println("potato")

System.out.println("cauliflower")

System.out.println("ladyfinger")

Similar questions