Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8827061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T07:17:31+00:00 2026-06-14T07:17:31+00:00

I recently started using Java,and I need to start on a big project,but I’m

  • 0

I recently started using Java,and I need to start on a big project,but I’m getting weird issues in my code which looks like this:

    import java.util.Scanner;
public class Sifre {

    public static void main(String[] args) {
        Scanner unos = new Scanner(System.in);
        System.out.println("Unesite broj sifara:");
        int bsif = unos.nextInt();
        String sifre[] = new String [bsif];
        String imena[] = new String [bsif];
        int i,z;
        for (i = 0;i<bsif;i++)
        {
            System.out.println("Unesite sifru broj " + (i+1));
            sifre[i] = unos.nextLine();
        }
        for (z=0;z<bsif;z++)
        {
            System.out.println(sifre[z]);
        }
    }

}

Every time I run the code,It skips the first input step and continues to work normally even if the counter starts with more than 0.Here is the output,tell me what is wrong(I know the code isnt perfect,but its my first time posting after 3 months of Java)

> Unesite broj sifara:

>>3

>Unesite sifru broj 1

>Unesite sifru broj 2
>>first

>Unesite sifru broj 3
>>second
>
>first
>
>second
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T07:17:32+00:00Added an answer on June 14, 2026 at 7:17 am

    Add input.nextLine() after

    int bsif = unos.nextInt();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I primarily work in Java, but I've recently started using ActionScript 3.0 for a
I recently started using lcov to visualize my code coverage. It's a great tool.
I've just started using Java EE recently to build webservices. Most of these have
I just started using mock objects (using Java's mockito) in my tests recently. Needless
I just recently started with object oriented programming, using java. Before I was programming
I've just recently started using VS2008 for a new tools project, and have been
I have recently started using PlayN for a hobby project and has now stumbled
I have recently started using java 7 and I want to use <> diamond
I have recently started using generics in java, and in that attempt tried to
I recently started working with Swing applications in Java, using mostly JTables at the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.