using System.Collections.Generic;
public int getListSum(List<int> list){
for(int i=0;i<list.Count;i++){
public void setHeight(int height){
public void setWe(int weight){
public int getBmi(int height,int weight){
return weight/((height/100)^2);
Console.WriteLine("i produce a textbox" + width + "+" + length);
public void modify(int width){
public static void Main()
List<int> list = new List<int> {1,2,3,4,5};
textbox t1 = new textbox();
var bmi=t1.getBmi(167,55);