BOARD2.pptx

12
Complete the table story of Programming Langu Timeline Remark s 1822 - Difference Engine 1837 - Analytical Engine 1843 – Algorithm 1957 – FORTRAN 1958 - LISP 1959 - COBOL 1972 – C 1983 - C++ 1983 - Objective

Transcript of BOARD2.pptx

Slide 1

Complete the tableHistory of Programming LanguageTimelineRemarks1822 - Difference Engine1837 - Analytical Engine1843 Algorithm1957 FORTRAN1958 - LISP1959 - COBOL1972 C1983 - C++1983 - Objective CComplete the tableHistory of Programming LanguageTimelineRemarks1987 PERL1991 Python1993 Ruby1995 Java1995 PHP1995 JavaScript

Use Val function to convert the string input received from the text boxes to numbers.Example: Val (Text1.Text)Use CStr function to convert an expression to a stringExample: Cstr (Variable)

Write a program that a computes the functions: absolute value square root integer value sine cosine

ACTIVITY 1: CURRENCY CONVERTER1. Create a currency converter program2. The user must input the following:The exchange rate per 1.00The amount that will be converted3. The program should display how much the converted money will be.4. Design the user interface5. Save:Folder: Currency ConverterProject: Currency ConverterFile:Form1