Question: Please I need this project using functions and calling them in the main. Sample Scenario 1: Sender:C Sample Scenario 2: Sender: A Recipient: A Message:
Sample Scenario 1: Sender:C Sample Scenario 2: Sender: A Recipient: A Message: HOW ARE YOU Recipient: C Message: I AM FINE Use FIVE single dimensional character array of size FIFTEEN, as shown below in Fig. 1, to represent a list for received messages and call it "Inbox" - where users can view their received messages. For instance, in Fig. 1, User E has not received a message. These 1D arrays, which are referred to as Inbox 1, Inbox 2, Inbox 3, Inbox 4 and Inbox 5, are used for storing a message (of string type) that is received Y O U Inbox 1 (User A) Inbox 2 (User E) Inbox 3 (User B) Inbox 4 (User C) Inbox 5 (User F) Fig. 1. User Inbox Use a two dimensional character array of size 5x2 to store User Information as shown below. In this 2D array, the first column represents the usernames of registered users in the system. The second column however is to store the username of the one who sends a message
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
