- 4
Please Covert this to Assembly language
import java.util.*; public class demo_program{ public static void main(String args(){ int age; Scanner input=new Scanner(System.in); System.out.print("Enter your Age here for checking vote status?"); age=input.nextInt(); if(age>=18X System.out.println("You are eligible for voting"); }else{ System.out.println("You are not eligible for voting");
2 odpowiedzi
+ 7
No silly, plus you can't just say "assembly language", each computer build has it's own variation of it. So... this is an impossible question to answer no matter how you ask it