+ 1
Me podrían ayudar con esto plis
Es q no le entiendo muy bien a este código
2 Antworten
+ 1
Yo lo hice así
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SoloLearn{
class Program{
static int Points(int level){
return level*(level+1)/2;
}
static void Main(){
int levels = Convert.ToInt32(Console.ReadLine())
Console.WriteLine(Points(levels));
}
}
}
Sigue sin funcionar :(
+ 1
Gracias deberás es q aún me faltan los 3 proyectos y a esos no les entiendo mucho ,