Question: Write the peseudocode and flowchart based on the coding given. ( 20 marks) #include int main() { //delcare all variable char countries [30][50] = {

 Write the peseudocode and flowchart based on the coding given. (

Write the peseudocode and flowchart based on the coding given. ( 20 marks)

#include int main() { //delcare all variable char countries [30][50] = { "Canada", "England", "France", "Germany", "India", "Israel", "Italy", "Japan", "Mexi "United States", "Brazil", "Brunei", "China", "Colombia", "Jordan", "Kazakhstan", "L "Madagascar", "Malaysia", "North Korea", "South Korea", "Singapore", "Switzerland", char capitals[30][50] = { "Ottawa "London", "Paris", "Bonn", "New Delhi", "Jerusalem", "Rome", "Tokyo", "Mex "Moscow", "Washington", "Brasilia","Bandar Seri Begawan", "Beijing", "Bogotc!", "Am "Beirut", "Antananarivo", "Kuala Lumpur", "Pyongyang", "Seoul", "Singapore", "Bern" int count = 30; char str[50]; char last_stop[20] = "End"; while (1) { printf (" Menu : "); printf (" Type country name to know the capital "); printf (" Type end for to stop"); printf (" Instructstion : Dear User please key in country in letter letter because the system only can for (int i = 0; i

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!