Java Programming Language MCQ Java Data Types and Variables - MCQ
⚠ Report ✓ Question Verified Copy Link
public class Test{ public static void main(String args[]){ float f = (1 / 4) * 10; int i = Math.round(f); System.out.println(i); } }
Learn More MCQ Questions from Java Programming Language MCQ Java Data Types and Variables - MCQ