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

  • SEARCH
  • Home
  • 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 7436613
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:16:05+00:00 2026-05-29T10:16:05+00:00

Novice programmer here. trying to learn static methods and recursion. No idea why I

  • 0

Novice programmer here. trying to learn static methods and recursion. No idea why I keep getting “.class expected” error whenever i try to call “drawCircle()”. My code is below. Help plz? Thanks!

public class Drawliin
{
    public static void drawCircle(int numberOfTimes, double radius, double center[])
    {
        int rep = 1;
        if (rep == 1)
        {
            StdDraw.circle(center[0], center[1], radius);
            rep++;
        }
        else if (rep <= numberOfTimes)
            {
            StdDraw.circle(center[0 + radius], center[1], radius);
            StdDraw.circle(center[0 - radius], center[1], radius);
            StdDraw.circle(center[0], center[1 + radius], radius);
            StdDraw.circle(center[0], center[1 - radius], radius);
            rep++;
            drawCircle(numberOfTimes, radius, center[]);
            }
        }

    public static void main(String[] args)
    {
        int N = Integer.parseInt(args[0]);
        double r = Double.parseDouble(args[1]);
        StdDraw.setXscale(-10, 10);
        StdDraw.setYscale(-10, 10);
        double c[] = new double[2];
        drawCircle(N, r, c[]);
    }
}
  • 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-05-29T10:16:06+00:00Added an answer on May 29, 2026 at 10:16 am

    It should be:

    drawCircle(N, r, c);
    

    You just pass c. You don’t need to indicate it’s an array again.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am a novice programmer who is trying to teach myself to code, specifically
I am a novice programmer at best, but I am trying to play a
I'm a novice/beginner programmer having problems getting some simple client/server C code working. My
novice Perl programmer here!. I'm using the system() function to get the return code
I'm new here, also a novice programmer, and not really familiar with PHP. I
This is not homework. I am a beginner (novice) java programmer, trying to read
first post here. I'm a novice programmer as you'll see, and I'm learning to
Novice programmer here. I'm writing a program that analyzes the relative spatial locations of
I'll admit I'm a novice programmer and really the only experience I have is
I am a novice-intermediate programmer taking a stab at AJAX. While reading up on

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.