Please Covert this to Assembly language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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");

8th Jan 2021, 9:04 AM
Clifford
Clifford - avatar
1 Answer
+ 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
8th Jan 2021, 9:10 AM
Slick
Slick - avatar