@rits-rishi-VsVG1W
•
Oct 26, 2024
Oct 26, 2024
1.5K
Output of this byte code is not working properly
import java.util.*;
public class Code3 {
/**
* @ param args the command line arguments
*/
public static void main(String[] args) {
Scanner s1=new Scanner(System.in);
System.out.println("enter your %age");
float a=s1.nextFloat();...