بلييييييييز دشووووو

    • بلييييييييز دشووووو

      يا نـــــــــاس يا عالم اريد مساعده في حل هاي الاسايمنت
      اللي يعرف ارجو انكم ما تبخلوووووووو علي بالمساعده


      Create a NetBeans project named Assignment2. Under this project create the required JSP.

      PROBLEM1
      Using JSP create a temperature converter that will allow the user to convert from Celsius to Fahrenheit and from Fahrenheit to Celsius. Use a select list or a radio buttons group to allow the user to select the type of conversion. Create a text field that will capture the user input. The formulas for conversions are given below
      C=(F-32)*5/9
      F=C*9/5+32