ChatGPT Convo.

Feb 05, 2023

A few weeks ago I had my first conversation with chatGPT. I gave it increasingly challening programming questions. Here are the screenshots:

Python

Write a Python function that calculates the Fibonacci sequence to the Nth Degree.

home office

Write a Python functiona that determines a users age when given their birth year.

home office

Write a Python function that will give the current temperature in fahrenheit for a given zip code.

In this question, I was seeing if chatGPT could import and utilize an api client to solve a task.

home office

Java

Write a Java method to convert arabic numbers to roman numerals.

home office

Write a “Hello World” SpringBoot application.

Can chatGPT use SpringBoot?

home office

It even provides a pom, which is truncated in the screenshot.

Given a model object with a name and age field, write a java method which uses spring data JPA to persist it to a database.

home office

home office

home office