xxxxxxxxxx
9
function setup() {
createCanvas(400, 400);
}
function draw() {
}
//1. A palindrome reads the same on both sides so I'd have to set up an array where the digits are the same 2. I'd have to make a for loop that checks every single three digit number (greater than 100 then) 3. I'd have to set it up so if they multiply, then it creates my condition of the palindrome