+ 1
Me podrĂan ayudar con esto plis
Es q no le entiendo muy bien a este cĂłdigo
2 Answers
+ 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 ,