Java Stdin and Stdout I

Sort by

recency

|

580 Discussions

|

  • + 0 comments

    Java is such a versatile and powerful programming language! महादेव बुक आईडी

  • + 0 comments

    Here is Java Stdin and Stdout I problem solution - https://programmingoneonone.com/hackerrank-java-stdin-and-stdout-i-problem-solution.html

  • + 0 comments

    import java.io.*; import java.util.Scanner;

    public class Solution {

    public static void main(String[] args) {
    
        Scanner scanner = new Scanner(System.in);
    
        int number = scanner.nextInt();
        scanner.nextLine();
    
        double doubleNumber = scanner.nextDouble();
        scanner.nextLine();
    
        String stringName= scanner.nextLine();
    
        System.out.println("String:" + stringName);
        System.out.println("Double:" + doubleNumber);
        System.out.println("Int:" + number);
    
        scanner.close();
    }
    

    }

  • + 0 comments

    Craving bold flavor? Popeyes meals popeyes mealsserves up crispy, juicy chicken with that signature Louisiana kick! From mouthwatering sandwiches to perfectly seasoned sides, every bite delivers comfort and crave-worthy taste. Treat yourself to a meal that hits the spot—only at Popeyes.

  • + 4 comments

    Craving bold flavor? Popeyes meals serves up crispy, juicy chicken with that signature Louisiana kick! From mouthwatering sandwiches to perfectly seasoned sides, every bite delivers comfort and crave-worthy taste. Treat yourself to a meal that hits the spot—only at Popeyes.