Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.

Lv 42.806 points

Roel

Favorisierte Antworten9%
Antworten708

"Science doesn't know everything. Religion doesn't know anything." ~AronRa

  • C# need help finding my error?

    I need to create an application that can see if a given string is a palindrome or not as part of a school excercise. Added to that, i need to ignore any double letters, anything that isn't a letter and capitals (Rraaarrrrar should be recognised as a palindrome for example)

    Most of my code is working without a hitch, but the method where i try and take care of any double letters is where things get odd. It somehow cuts off the very first letter of the given string.(in case of my example, this method would result in Input holding the value "arar", as opposed to "rarar").Here's the full method for those who want to pick through it.

    public string Input { get; set; }

    public void RemoveDoubles()

    {

    char[] pudding = Input.ToCharArray();

    StringBuilder str = new StringBuilder(pudding[0]);

    for (int i = 1; i < pudding.Length; i++)

    {

    if (pudding[i] != pudding[i - 1])

    {

    str.Append(pudding[i]);

    }

    }

    Input = str.ToString();

    }

    1 AntwortProgramming & Designvor 9 Jahren
  • Christians, why hasn't the world ended already?

    In the bible, jesus references his second comming several times, and is convinced that his own apostles will be alive to see it.

    Is he stuck in traffic or something? Did he take a wrong turn to earth and is now hopelessly lost? Did he *gasp* LIE?

    Seriously, being two millenia late for a party is no way for the "son of man" to act. I'd think our supposed lord and saviour should be abit more punctual

    and because you all love bible verses so much:

    "Immediately after the tribulation of those days, the sun will be darkened, and the moon will not give its light, and the stars will fall from the sky, and the powers of the heavens will be shaken. And then the sign of the Son of Man will appear in heaven, and all the tribes of the earth will mourn, and they will see the Son of Man coming upon the clouds of heaven with power and great glory. And he will send out his angels with a trumpet blast, and they will gather his elect from the four winds, from one end of the heavens to the other. "Learn a lesson from the fig tree. When its branch becomes tender and sprouts leaves, you know that summer is near. In the same way, when you see all these things, know that he is near, at the gates. Amen, I say to you, this generation will not pass away until all these things have taken place. Heaven and earth will pass away, but my words will not pass away. (Matthew 24:29-35 NAB)

    “There be some standing here, which shall not taste of death, till they see the Son of Man coming in his kingdom.” (Matthew 16:28 )

    "When they persecute you in one town, flee to another. Amen, I say to you, you will not finish the towns of Israel before the Son of Man comes." (Matthew 10:23 NAB)

    Many more can be found here: http://www.evilbible.com/end_times.htm

    2 AntwortenReligion & Spiritualityvor 9 Jahren
  • Since us atheists are going to hell in every religion.?

    How does that work?

    Do our souls get split up and does a single part get put in each hell?

    Do all the gods have a great brawl to decide who can damn us?

    seriously, how does this work?

    9 AntwortenReligion & Spiritualityvor 9 Jahren
  • Creationists, what makes you more qualified than scientists?

    in understanding the evidence for evolution? Or do you simply like to ignore facts that don't agree with your already established world-view?

    14 AntwortenReligion & Spiritualityvor 9 Jahren
  • Religion: silly stories, silly hats?

    Which religion do you think has the bragging rights for silliest hat? Ancient religions count aswell, but you'll have to provide evidence (articles, paintings etc) that atleast their figures of authority wore the hat in question.

    3 AntwortenReligion & Spiritualityvor 9 Jahren
  • Christians: If god is real and answers prayers, shouldn't praying on tests be considered cheating?

    And if praying should be considered alright, shouldn't students be allowed to text other people for answers aswell?

    You are supposedly getting the answer to a question from an all-knowing being after all.

    11 AntwortenReligion & Spiritualityvor 9 Jahren