public void setHeight(int height){
public void setWe(int weight){
public int getBmi(int height,int weight){
Console.WriteLine(height);
Console.WriteLine(weight);
return weight/((height/100)^2);
Console.WriteLine("i produce a textbox" + width + "+" + length);
public void modify(int width){
public static void Main()
textbox t1 = new textbox();
var bmi=t1.getBmi(175,67);