# Draw the world

By [Untitled](https://paragraph.com/@0xeb95fc9218dc83915627e2c52f08118a99f0c3bc) · 2022-06-15

---

    package hello;
    import java.util.Scanner;
    public class example_for_cycle {
        public static void main(String[]args){
            Scanner in=new Scanner(System.in);
            System.out.println("what number do you want to say to the world?"
            int n=in.nextInt();
            System.out.println(n+"is the number that I highligh");
            }
    }

---

*Originally published on [Untitled](https://paragraph.com/@0xeb95fc9218dc83915627e2c52f08118a99f0c3bc/draw-the-world)*
