Chinmay-03 / Hacktoberfest-X-MIBCS-2022

Hacktoberfest X MIBCS 2022 repo for students to contribute in open source projects within campus
GNU General Public License v3.0
40 stars 72 forks source link

Issue in number.java #289

Closed PRASAD200309 closed 1 year ago

PRASAD200309 commented 1 year ago

Describe the bug unable to find the correct number of digits in the given number.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'uploads'
  2. Click on 'Java programs'
  3. Scroll down to 'number.java'
  4. See error

line 3 bracket missing line 4 c9=1 line 7 wrong datatype line 8 semi colon missing line 10 num%10 missing line 25 break statement missing line 33 num/=10 missing

Expected behavior to display the correct number of digits from the given input number.

github-actions[bot] commented 1 year ago

It's great having you contribute to this project

Welcome to the community :nerd_face: :rocket:

Thanks for joining our community - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.

PRASAD200309 commented 1 year ago

please assign me this issue @Chinmay-03