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. ( 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