Recent content by abedhamayl

  1. A

    Comp Sci C++ Program: Write a Program to Read Paragraphs

    just i want to char *n[40][50]; cin>>*n; how i can enter the names in this array and stop will i enter the new line
  2. A

    Comp Sci C++ Program: Write a Program to Read Paragraphs

    Write a program that reads a paragraph of 4 lines of text. The user can enter extra spaces between words. The length of each line does not exceed 50 characters. The program should output the following: ((Use pointers)) 1. A table indicating the occurrence of each letter of the alphabet in the...
Back
Top