enter

  1. abass

    برنامه نویسی آموزش حلقه while و do … while در C++ ( کاملا ساده)

    آموزش حلقه while و do … while در C++ ( کاملا ساده) در برنامه نویسی ، حلقه ها یک قسمت مشخص از کد را تا زمانی که شرط برقرار باشد، تکرار می کنند. ۳ نوع حلقه در ++ C وجود دارد: حلقه for حلقه while حلقه do … while حلقه while در C++ ساختار حلقه while در C++ به شکل زیر است: while...
  2. practicalsoft

    B4X FEED Problems with KeyCode 66 (Enter)

    I wrote an App using the 'Activity_KeyPress' Event to react on input from a Bluetooth-Keyboard. So if you press x for example it will start a function. Everything works fine – except if you press the Enter Key (KeyCode 66) ! By pressing the enter key, a button on the screen will be pressed...
  3. abass

    محاسبه‌ی میانگین سه عدد در پایتون

    ▪️محاسبه‌ی میانگین سه عدد round1 = int(raw_input("Enter score for round 1: ")) round2 = int(raw_input("Enter score for round 2: ")) round3 = int(raw_input("Enter score for round 3: ")) # محاسبه میانگین average = (round1 + round2 + round3) / 3 # خروجی print "the average score is: ", average
عقب
بالا