r=Input("entrer un rayon r, en centimètres"); h=Input("entrer un autre nombre, une hauteur h, en centimètre"); v=Math.PI*Math.pow(r,2)*h/3 Prompt(v);