0% found this document useful (0 votes)
11 views16 pages

Accenture Programs

The document outlines a series of programming tasks related to basic mathematical and character operations, including counting digits, summing digits, identifying prime numbers, and checking for vowels. Each task is accompanied by sample outputs, although the outputs themselves are not provided. The tasks are organized into steps, indicating a structured approach to learning programming concepts.

Uploaded by

Siva Raj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views16 pages

Accenture Programs

The document outlines a series of programming tasks related to basic mathematical and character operations, including counting digits, summing digits, identifying prime numbers, and checking for vowels. Each task is accompanied by sample outputs, although the outputs themselves are not provided. The tasks are organized into steps, indicating a structured approach to learning programming concepts.

Uploaded by

Siva Raj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

STEP - 0

13) NUMBER OF DIGITS IN AN INTEGER

SAMPLE OUTPUT 1: SAMPLE OUTPUT 2:


14) SUM OF DIGITS IN A NUMBER

SAMPLE OUTPUT 1: SAMPLE OUTPUT 2:


15) SUM OF N NATURAL NUMBERS

SAMPLE OUTPUT 1:

SAMPLE OUTPUT 2:
STEP – 1
1.PRIME NUMBERS IN A GIVEN RANGE

SAMPLE OUTPUT 1:

SAMPLE OUTPUT 2:
2. ARMSTRONG NUMBER
SAMPLE OUTPUT 1:

SAMPLE OUTPUT 2:
STEP – 2
30. IF THE CHARACTER IS A VOWEL OR NOT

SAMPLE OUTPUT 1:

SAMPLE OUTPUT 2:
31. CHARACTER IS AN ALPHABET OR NOT

SAMPLE OUTPUT 1:

SAMPLE OUTPUT 2:
32. FIND ASCII VALUE

SAMPLE OUTPUT 1:

SAMPLE OUTPUT 2:
STEP – 3
SLIDE 12 – SUM OF ODD INTEGERS IN AN ARRAY

EXAMPLE OUTPUT 1:

EXAMPLE OUTPUT 2:
SLIDE 18

EXAMPLE OUTPUT 1: EXAMPLE OUTPUT 2:


SLIDE 24 – BALANCING FRUITS

EXAMPLE OUTPUT 1: EXAMPLE OUTPUT 2:

You might also like