Create a Time class and initialize it with hours and minutes.

截圖 2021-05-08 下午7.35.02.jpg


文章標籤

Terror-P 發表在 痞客邦 留言(0) 人氣()

Please define a Shape class as following and define Circle Class and Rectangle Class to inherit from Shape. In Circle and Rectange Class, please add function cal_area to calculate area and add function cal_perimeter to calculate perimeter.

截圖 2021-05-08 下午7.31.08.jpg

截圖 2021-05-08 下午7.31.42.jpg

文章標籤

Terror-P 發表在 痞客邦 留言(0) 人氣()

Encapsulation

截圖 2021-05-08 下午5.19.43.jpg

Inheritance

截圖 2021-05-08 下午5.27.01.jpg

文章標籤

Terror-P 發表在 痞客邦 留言(0) 人氣()

遞迴有限制3000次 要超過要修改設定 如下

截圖 2021-05-08 下午4.40.27.jpg

文章標籤

Terror-P 發表在 痞客邦 留言(0) 人氣()

截圖 2021-05-08 下午4.28.50.jpg

截圖 2021-05-08 下午4.34.02.jpg

文章標籤

Terror-P 發表在 痞客邦 留言(0) 人氣()

BLACKJACK: Given three integers between 1 and 11, if their sum is less than or equal to 21, return their sum. If their sum exceeds 21 and there's an eleven, reduce the total sum by 10. Finally, if the sum (even after adjustment) exceeds 21, return 'BUST'

截圖 2021-05-08 下午4.23.43.jpg


文章標籤

Terror-P 發表在 痞客邦 留言(0) 人氣()

Given an array of distinct positive numbers, the task is to calculate the number of subsets (or subsequences) from the array such that each subset contains consecutive numbers

截圖 2021-05-08 下午4.19.42.jpg

Take two lists and write a program that returns a list that contains only the elements that are common between these two lists (without duplicates). Make sure your program works on two lists of different sizes

截圖 2021-05-08 下午4.19.58.jpg

文章標籤

Terror-P 發表在 痞客邦 留言(0) 人氣()

截圖 2021-05-07 下午11.56.55.jpg


文章標籤

Terror-P 發表在 痞客邦 留言(0) 人氣()

截圖 2021-05-07 下午7.06.22.jpg

截圖 2021-05-07 下午7.07.49.jpg

文章標籤

Terror-P 發表在 痞客邦 留言(0) 人氣()

靠右,靠左,置中,浮點數f,2f,字串s,十進位d,10預留10空位

截圖 2021-05-07 下午9.04.14.jpg

文章標籤

Terror-P 發表在 痞客邦 留言(0) 人氣()