<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
<style type="text/css">
<!--
body {
background-color: #339999;
}
.Estilo1 {
color: #996600;
font-weight: bold;
font-size: 24px;
}
-->
</style></head>
<body>
<?
$valor2=$_POST['valor2'];
$valor1=$_POST['valor1'];
$valor3=$_POST['valor3'];
$res=($valor1*$valor3)+$valor2;
echo " si la velocidad inicial es de $valor1 aceleracion es $valor3 y tiempo $valor2 entonces su velocidad final es $res"
?>
</body>
</html>
No hay comentarios:
Publicar un comentario