Can someone help me convert this pseudocode into c code? Its urgent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Awuni
    New Member
    • Nov 2022
    • 1

    Can someone help me convert this pseudocode into c code? Its urgent

    Start

    Login screen #2

    If login Successful

    Print Select Menu Screen#3

    Else

    login again

    End if

    If want to made a decision

    Print view announcement screen#8

    Elif

    Select Menu Screen#3

    Else

    Print logout screen#12

    End if

    If want to make another decision

    Print Download study materials screen#9

    Elif

    Select Menu Screen#3

    Else

    Print logout screen#12

    End if

    If want to make another decision

    Print Attempt Quiz Screen#4

    Elif

    Select Menu Screen#3

    Else

    Print logout screen#12

    End if

    If want to make another decision

    Print View grade Screen#10

    Elif

    Select Menu Screen#3

    Else

    Print logout screen#12

    End if

    If want to make another decision

    Print download/Submit assignments screen#11

    Else

    Print logout screen#12

    End if

    End
Working...