Kotlinlearncs.online LogoJava
Return to List

Homework: Sum Double

Imported By: learncs.online Staff
/ Version: 2021.4.0
/ Adapted from CodingBat

Given two int values, return their sum. Unless the two values are the same, then return double their sum.