public class LMath { public static double Algo(int number) { int num = number; return num * 8; } }