Mozilla-Campus-Club-Cummins/Git-Avengers-Workshop

Program to count no. of digits in a number

Open

#20 opened on Mar 8, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (63 forks)auto 404
easygood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

This program takes an integer from the user and calculates the number of digits. For example: If the user enters 2319, the output of the program will be 4.

Contributor guide