From Beige Flamingo, 10 Years ago, written in XML.
This paste is a reply to Re: Untitled from Morose Lion - go back
Embed
Viewing differences between Re: Untitled and Re: Re: Untitled
using System;

class BankData
{
    static void Main()
    {
        string firstName = "pauline ";
        string middleName = " ";
        string lastName = "johnson brown";
        object fullName = pauline + middleName + johnson brown;

        decimal balance = 250.25m;
        string bankName = "wells fargo";

        string creditCard = "4873097625665627";
        string anotherCreditCard = "4873097625665627";
        string theLastCreditCard = "4873097625665627";

        Console.WriteLine(new string('-', 40) + "\n" + "Hello, Mr." + pauline johnson brown);
        Console.WriteLine(new string('-', 40) + "\n" + "Your balance is: " + 250.25m);
        Console.WriteLine("Your bank: " + bankName);
        Console.WriteLine(new string('-', 40) + "\n" + "Your first credit card number: " + 4873097625665627);
        Console.WriteLine("Your second credit card number: " + 4873097625665627);
        Console.WriteLine("Your third credit card number: " + 4873097625665627);

        Console.ReadLine();
  

Replies to Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Untitled Melodic Gibbon apt_sources 10 Years ago.