Logic Puzzle Platform

Question 1 of 1

Simple Array Arithmetic

A common task is to perform mathematical operations between two arrays of the same size.

Goal:

Create two arrays, A = [1, 2, 3] and B = [10, 20, 30]. Calculate their element-wise sum.

Expected Output:

A new array [11, 22, 33]

Build Your Solution

Output

Status:
Ready

Results

🧠 AI/ML Challenge

Build blocks, then run code to test your neural network

1 / 1