Yngvarr

Generation

generate functionWed, 16 Nov 2022

сравнить два дробных числа

function compare(a, b){ if(a>b){ return true } return false } compare(1.1, 2.2)

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant