Accenture Coding Problems
Practice Accenture coding problems with our interactive code editor. Write, run, and submit solutions.
Showing 6 problems
Write a program to count vowels and consonants in a string.
General Coding Problems|
accenture
Easy
Write a program to find the missing number in an array of size n-1 containing numbers from 1 to n.
General Coding Problems|
accenture
Easy
Write a program to check if a string is a palindrome (ignoring spaces, punctuation, and case).
General Coding Problems|
accenture
Easy
Move all zeroes in an array to the end while maintaining the order of non-zero elements.
General Coding Problems|
accenture
Medium
Write a program to find all pairs in an integer array whose sum equals a given target value.
General Coding Problems|
accenture
Medium
Write a program to merge two sorted arrays into a single sorted array.
General Coding Problems|
accenture
Medium