We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Algorithms
- Warmup
- Solve Me First
- Discussions
Solve Me First
Solve Me First
+ 0 comments Add two numbers together.
+ 0 comments def solveMeFirst(a,b): return a+b
+ 0 comments calculat the producte of 2 interger
+ 0 comments in dart code
// Enter your code here. Read input from STDIN. Print output to STDOUT import 'dart:io'; void main(){ int a = int.parse(stdin.readLineSync()!); int b = int.parse(stdin.readLineSync()!); print(solveMeFirst(a,b)); } int? solveMeFirst(int a , int b){ if(a>=1 && a<=1000 && b>=1 && b<=1000){ return a+b; }else{ return null; } }
+ 0 comments Walkeaze brings an amazing collection of Heels online in Pakistan. Discover the broad range of heels for women online. Order your favorite heel shoes all over Pakistan at reasonable prices.
Load more conversations
Sort 901 Discussions, By:
Please Login in order to post a comment