You are on page 1of 4

VIETNAMESE-GERMAN UNIVSREITY

Introduction to Programming Course

Exercise – Week 1
Please submit your answer file to the Google classroom before 8:00 AM Tuesday
(October 25).

Student Information:
Full name : NGÔ ĐỨC MINH KHOA
Student ID : 10422036

Question 1: Write programs to implement the Sigmoid and Tanh functions. You
could use the examples in the following figures as data for test samples.

Answer (screenshots of your implementations and their outputs):

1
2
Question 2: Write programs to compute areas and circumferences for squares and
circles. You could refer the following figure for area and circumference equations for
squares and circles.

Shape Area Circumference

Answer (screenshots of your implementations and their outputs):

3
4

You might also like