var pojazd = prompt("podaj markę auta"); // var przebieg = prompt("podaj przebieg"); // // console.log("pojazd = " + pojazd); // console.log("przebieg = " + przebieg); // // // var txt = "Twój samochód " + pojazd + " ma "; // // pojazd = pojazd.toLowerCase(); // console.log("pojazd po korekcie = " + pojazd); // // if (pojazd != "" && (pojazd == "opel" || pojazd == "kia")) { // // if (przebieg != "") { // if (przebieg < 100000) { // document.write(txt + "niski przebieg"); // } else if (przebieg < 200000) { // document.write(txt + "średni"); // } else // document.write(txt + "większy od 200 tys."); // } else { // document.write("nie podano przebiegu!"); // } // } else { // document.write("Podałeś inną markę"); // } // document.write("
"); // document.write((10 / 3).toFixed(2));