for-coder
439 subscribers
99 photos
52 videos
23 files
136 links
Download Telegram
for-coder
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
for-coder
Photo
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from GebetaMaps
Get ready for an exciting opportunity to work with Gebeta Maps!

Are you a developer or have friends who code? Have you ever had an app idea that requires location API services but you needed that extra push? This hackathon is for you! 🎉

Register now and take part on this week of virtual hackathon. Lock in and Win  Prizes.

Any developer or team from Ethiopia, Rwanda and Djibouti can participate.

Sign Up Now at hackathon.gebeta.app
import java.util.Scanner;
public class QuizExample {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter Your Name: ");
String name = scan.nextLine();
System.out.println("Enter Your Age: ");
int age = scan.nextInt();

// Fixing the Scanner issue with nextInt
_____ // Fill in this line

System.out.println("What's Your Favorite Color: ");
String color = scan.nextLine();
System.out.println("Hello " + name + ". You are " + age + " years old and you like " + color + ".");
}
}
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM