CODING LAB

Solve, test, and verify your code

Problems unlock sequentially. Completion is awarded only after every required test case passes on submission.

EASY CHALLENGE

Sum Two Integers

→ Current

Implement `solve(a, b)` to return the sum of two integer inputs.

Input format

Two integers are provided as arguments: a and b.

Output format

Return one integer: the sum of a and b.

Constraints

-10,000 ≤ a, b ≤ 10,000

Sample

Input: a = 3, b = 7
Output: 10

Code editor

Define solve(a, b) and return the required value.

SkillForge · Engineering Student Skill Development Portal

Progress records reflect verified learning activity only.

Built with GenMB
Built with GenMB