kotlin 查找id_Kotlin程序查找Square区域
生活随笔
收集整理的這篇文章主要介紹了
kotlin 查找id_Kotlin程序查找Square区域
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
kotlin 查找id
Formula to find area of Square: area = side*side
查找Square面積的公式: area = side * side
Given the value of side, we have to find the area of Square.
給定side的值,我們必須找到Square的面積。
Example:
例:
Input:side = 6Output:area = 36.0計(jì)劃在Kotlin查找Square區(qū)域 (Program to find area of Square in Kotlin)
package com.includehelpimport java.util.*//Main Function , Entry point of Program fun main(args: Array<String>) {//Input Streamval scanner = Scanner(System.`in`)//Input Side of Squareprint("Enter Side of Square : ")val side = scanner.nextDouble()//Calculate Area of squareval squareArea = side*side;//Print Areaprintln("Area of Square is : $squareArea") }Output
輸出量
Run 1: Enter Side of Square : 6 Area of Square is : 36.0 --- Run 2: Enter Side of Square : 4.5 Area of Square is : 20.25翻譯自: https://www.includehelp.com/kotlin/find-area-of-square.aspx
kotlin 查找id
總結(jié)
以上是生活随笔為你收集整理的kotlin 查找id_Kotlin程序查找Square区域的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 中卫治疗卵巢功能减退最好的医院推荐
- 下一篇: 关于投影仪与台式电脑的连接。真是要崩溃了