Design an algorithm to solve the problem using Pseudocode:
(Display two messages) Write a program that displays Introduction to Programs and Welcome to Computer Fundamentals and Programming.
open(Introduction to Programs)
open(Welcome to Computer Fundamentals and Programming)
Comments
Leave a comment