INDAPlus21 / INDAPlus21/antonul-task-7

Pass

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

**Very well done Anton!**

Your code looks good!

My only complaint is this single if-statement.
_Your code_:
```c
for (int i = 0; i < n; i++)
{
if (scanf("%i", &lista[i]) == 1) {}
}
```

Keep it up!

> Why do programmers always mix up Halloween and Christmas?
> Because Oct 31 equals Dec 25.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue shows a C for-loop containing an empty scanf if-statement, but it names no file, test, or specific desired change. Clarify what should replace or improve this statement before starting; done cannot be determined from the current issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
tooling
Issue type
Refactor
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.