Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 353 Bytes

PseudoCodeProcessChecker.org

File metadata and controls

16 lines (8 loc) · 353 Bytes

IBO Pseudo Code

function Main

// Check to see if a process is running “Network and Sharing Center”.

output “Check to see if Network and Sharing Center is running.”

end function

Gaddis Pseudo Code

// Check to see if a process is running “Network and Sharing Center”.

Display “Check to see if Network and Sharing Center is running.”