Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(only use Char array and loop and if/else condition.. don't use interception or vector because I am a beginner so make the program only beginner

(only use Char array and loop and if/else condition.. don't use interception or vector because I am a beginner so make the program only beginner level.)

Question 1

Question 2

Question 3

image text in transcribed

Task 3. Declare and initialize two array of size 10 with the characters as shown below. first_name[10] A 1 i y 10 a second_name[10K h a 10 Write a program that to concatenate the above two names. Display all the arrays on console. The size of concatenated array full_name will be 20. See the final array below; full_name[20] Liya Khan Task 4. Declare and initialize an array of size 20 with the characters as shown below. full_name[20] Bv%11 sin 53 #HY%@ 280 2B Write a program that to separate integers, alphabets (small and capital), and special characters in separate arrays. Output: integers 1532 8 10 alphabets( a Blvs | SYVO Special_characters % 7^# % @ 10 Task 5. Create a program that deletes the spaces from the array. Example: Sentence[30]0| am Muhammad After deletion: Sentence[30] am Muh a MmAdAS A Sad 10 d10 10 10

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Principles Programming And Performance

Authors: Patrick O'Neil, Elizabeth O'Neil

2nd Edition

1558605800, 978-1558605800

More Books

Students also viewed these Databases questions