println

  1. abass

    دریافت دو عدد از کاربر و محاسبه‌ی مجموع آنها در جاوا

    دریافت دو عدد از کاربر و محاسبه‌ی مجموع آنها int a,b,c; Scanner sc=new Scanner(System.in); System.out.println("Enter first number"); a=sc.nextInt(); System.out.println("Enter second number"); b=sc.nextInt(); c=addition(a,b); System.out.println(" Addition of two numbers is : "+c); }...
  2. practicalsoft

    B4X FEED Access Point Not working with B4R

    Hello, I am trying to create Soft AP with B4R. But unfortunately it is not working with B4R. While I am trying the same code with Arduino IDE and it is working fine. The below code I am running at Arduino and working fine.... B4X: #include <ESP8266WiFi.h> void setup() { Serial.begin(115200)...
عقب
بالا