<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>2025s on Greg Walsh - Design Researcher</title>
    <link>https://www.gregwalsh.com/2025/</link>
    <description>Recent content in 2025s on Greg Walsh - Design Researcher</description>
    <generator>Hugo -- 0.145.0</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.gregwalsh.com/2025/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title></title>
      <link>https://www.gregwalsh.com/2025/week-2-assignment--variables--data-types-php-cli/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.gregwalsh.com/2025/week-2-assignment--variables--data-types-php-cli/</guid>
      <description>&lt;h1 id=&#34;week-2-assignment--variables--data-types-php-cli&#34;&gt;Week 2 Assignment — Variables &amp;amp; Data Types (PHP CLI)&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; Hello Variables&lt;br&gt;
&lt;strong&gt;Due Date:&lt;/strong&gt; Sept 3, 2025&lt;/p&gt;
&lt;h2 id=&#34;goal&#34;&gt;Goal&lt;/h2&gt;
&lt;p&gt;Practice basic PHP variables, concatenation, and simple arithmetic in the command line.&lt;/p&gt;
&lt;h2 id=&#34;instructions&#34;&gt;Instructions&lt;/h2&gt;
&lt;h3 id=&#34;beginner-full-credit&#34;&gt;Beginner (Full Credit)&lt;/h3&gt;
&lt;p&gt;Create a file &lt;code&gt;week2.php&lt;/code&gt; that:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Defines a string variable&lt;/strong&gt; with your name (e.g., &lt;code&gt;$name = &amp;quot;Alex&amp;quot;;&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prints a concatenation&lt;/strong&gt; of &lt;code&gt;&amp;quot;Hello world, &amp;quot;&lt;/code&gt; and your variable.
&lt;ul&gt;
&lt;li&gt;Example output:
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Hello world, Alex
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Defines two number variables&lt;/strong&gt; (e.g., &lt;code&gt;$a = 7; $b = 5;&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prints the sum&lt;/strong&gt; of those two numbers.
&lt;ul&gt;
&lt;li&gt;Example output:
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;The sum of 7 and 5 is 12
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;advanced-optional&#34;&gt;Advanced (Optional)&lt;/h3&gt;
&lt;p&gt;Add one of the following for practice:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
